home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 272_01 / aabort.doc < prev    next >
Text File  |  1987-07-08  |  586b  |  39 lines

  1.  
  2.  
  3.         NAME
  4.                 aabort -- terminate a program
  5.  
  6.         SYNOPSIS
  7.                 void aabort(code);
  8.                 int code;     exit error code
  9.  
  10.  
  11.         DESCRIPTION
  12.         The program is aborted (using the common_exit() function) after sending
  13.         the BELL character to stderr.  By using the common_exit() routine,
  14.         any common exit function which has been installed will be called.
  15.  
  16.  
  17.  
  18.  
  19.  
  20.         EXAMPLE
  21.  
  22.                 aabort(0);
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.         This function is found in SMDLx.LIB for the Datalight Compiler.
  39.